home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / recent2 / registerurl.readme < prev    next >
Text File  |  1997-04-21  |  4KB  |  79 lines

  1. Short:    IBrowse Arexx script to register URL's
  2. Author:   close@mersinet.co.uk (Jon Close)
  3. Uploader: close@mersinet.co.uk
  4. Version:  1.1
  5. Type:     comm/www
  6.  
  7.  
  8. This script will register your current active URL in IBrowse with the excellent
  9. URL-Minder at:
  10.  
  11.     "http://www.netmind.com/URL-minder/URL-minder.html"
  12.  
  13. The URL-minder keeps track of Web pages and other resources on the World Wide
  14. Web, and sends you e-mail whenever your personally registered resources
  15. change. You can have the URL-minder keep track of any Web resource accessible
  16. via HTTP, FTP, or GOPHER -- anything you like!
  17.  
  18. When you first run this script, you will be prompted for your em-ail address.
  19. The address is then stored in the environment variable 'RegisterURL'. If you
  20. need to change this for any reason, delete the variable from ENV: and ENVARC:
  21.  
  22. Please make sure you enter your e-mail address correctly otherwise you will
  23. obviously not be notified when any changes are made to the selected URL.
  24.  
  25. There are now five options available:
  26.  
  27.     NEW     Opens the confirmation page in a new IBrowse window.
  28.  
  29.     NOCHECK Skips the e-mail confirmation at the URL-Minder.
  30.  
  31.     TITLE   Displays title of web page as subject of e-mail notification.
  32.  
  33.     ATTACH  Attach web page to e-mail notification.
  34.  
  35.     EMBED   Embed web page as in-line HTML within e-mail notification.
  36.  
  37. (NOTE: ATTACH & EMBED cannot be used together. ATTACH always takes priority.)
  38.  
  39. *******************************************************************************
  40.  
  41. BUGS: It seems that IBrowse is not able to receive arexx messages greater than
  42.       256 characters. I don't know yet if this is a problem with IBrowse or
  43.       ARexx but I will try and find a solution.
  44.  
  45.       If you don't get confirmation from URL-Minder then go to their web site
  46.       at the above URL and register from there. You will only get problems with
  47.       very long URL's. As most are quite short you shouldn't have many problems.
  48.  
  49. *******************************************************************************
  50.  
  51. The following is taken from the confirmation request page at URL-Minder.
  52.  
  53. Terms and Conditions:
  54.  
  55. This service is provided free of charge, on an "as-is" basis. Although
  56. NetMind applies its best efforts to maintain this service, no warranty is
  57. offered and no fitness for any particular purpose is guaranteed. By signing
  58. up for this service you agree that NetMind Services Inc. is not liable for
  59. any defects, lost profits, or any damages that may result from defects of any
  60. kind. You further agree that you are the owner of the e-mail address which
  61. you are registering, or that you have the express permission of the owner to
  62. register that address with this service.
  63.  
  64. NetMind is against unsolicited e-mail (SPAM) as a matter of policy. You agree
  65. that as a sponsored service, messages sent to the above e-mail address in
  66. conjunction with this service may contain advertisements. You will not be
  67. sent any advertisement-only messages by NetMind. NetMind agrees not to
  68. knowingly divulge your e-mail address to third parties, and further that your
  69. e-mail address submitted here will only be used to provide and improve upon
  70. this service. You agree that NetMind is not liable for the acquisition of
  71. your address by third parties without NetMind's knowledge. You acknowledge
  72. that NetMind has no control over anything which occurs on servers not
  73. controlled by NetMind, including any forms for registering with this service
  74. which are not on NetMind's servers. NetMind agrees to take reasonable
  75. measures to protect your address and any other personal information submitted
  76. on NetMind's servers.
  77.  
  78. Thank You!
  79.